Equity Stock Watch from NSE - Print First 5 rows
Data compiled from NSE Stock Exchange
{% for c in range(colscount) %}
{{headerdata[c]}}
{% endfor %}
{% for i in range(rowscount) %}
{% for c in range(colscount) %}
{{totalrows[i][c]}}
{% endfor %}
{% endfor %}